home *** CD-ROM | disk | FTP | other *** search
/ Bryce 4 (Content) / MetaCreations Bryce 4 (Content CD-ROM)(Z-BRY-C40-R-002)(MetaCreations)(1999).iso / mac / Creative Tour next >
Text File  |  1999-03-20  |  1KB  |  50 lines

  1. <HTML>
  2. <HEAD>
  3. <META NAME="GENERATOR" Content="Microsoft Developer Studio">
  4. <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
  5. <TITLE>Launching</TITLE>
  6. </HEAD>
  7.  
  8. <BODY bgcolor=#000000 onload="window.blur();">
  9.  
  10. <STYLE>
  11. .preload {position:absolute;top:0px;left:0px;visibility:hidden;z-index:1;}
  12. </STYLE>
  13.  
  14. <script language="javascript">
  15. window.name="Parent";
  16.  
  17. if(parseInt(navigator.appVersion) >= 4)
  18. {
  19.     var statusNN = "status=yes,toolbar=no,resizable=yes,innerWidth=640,innerHeight=480,screenX=" + (screen.width/2 - 325) + ",screenY=" + (screen.height/2 - 245) + ";";
  20.     var statusIE = "status=yes,toolbar=no,resizable=yes,width=640,height=480,left=" + (screen.width/2 - 325) + ",top=" + (screen.height/2 - 245) + ";";
  21.  
  22.  
  23.     if(navigator.appName == "Microsoft Internet Explorer")
  24.     {
  25.         mainPage=window.open("data/MainPage.htm","Bryce4",statusIE);    
  26.     }
  27.     else
  28.     {
  29.         mainPage=window.open("data/MainPage.htm","Bryce4",statusNN);    
  30.     }
  31. }
  32. else
  33. {
  34.     var statusNN = "status=yes,toolbar=no,resizable=yes,innerWidth=640,innerHeight=480";
  35.     var statusIE = "status=yes,toolbar=no,resizable=yes,width=640,height=480";
  36.  
  37.     if(navigator.appName == "Microsoft Internet Explorer")
  38.     {
  39.         mainPage=window.open("data/MainPage.htm","Bryce4",statusIE);    
  40.     }
  41.     else
  42.     {
  43.         mainPage=window.open("data/MainPage.htm","Bryce4",statusNN);    
  44.     }
  45. }
  46. </script>
  47.  
  48. </BODY>
  49. </HTML>
  50.